CIMPLICITY REST API Web Service
CIMPLICITY REST API Web Service / CimHistorianConnection Json Schema
In This Topic
    CimHistorianConnection Json Schema
    In This Topic
    Description
    Fields that describe the connection to a historian server
    Overview
    CimHistorianConnection
    Fields that describe the connection to a historian server
    ConnectonID : string
    The Id of historian connection.
    ServerName : string
    The server that the connection will connect to.
    Description : string
    The desciption of the connection.
    UserID : string
    The user ID the connection is made with.
    Passsword : string
    The password the connection is made with. This password will not be in get responses. It may be in create/update requests.
    UsesIdentity : boolean
    set it to true to specify user name and password.
    Properties
    NameDescriptionData Type
    The Id of historian connection.string
    The server that the connection will connect to.string
    The desciption of the connection.string
    The user ID the connection is made with.string
    The password the connection is made with. This password will not be in get responses. It may be in create/update requests.string
    set it to true to specify user name and password.boolean
    See Also